home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00175.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  175 b   |  9 lines

  1. on exitFrame
  2.   global Hand
  3.   set the cursor of sprite 5 to Hand
  4.   if the movieRate of sprite 5 <> 1 then
  5.     set the movieRate of sprite 5 to 1
  6.     updateStage()
  7.   end if
  8. end
  9.